Home
last modified time | relevance | path

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

12345678910>>...67

/plugin/diagramsnet/lib/js/diagramly/
DDriveFile.js18 DriveFile.prototype.saveDelay = 0;
23 DriveFile.prototype.allChangesSavedKey = 'allChangesSavedInDrive';
28 DriveFile.prototype.getSize = function()
36 DriveFile.prototype.isRestricted = function()
45 DriveFile.prototype.isConflict = function(err)
53 DriveFile.prototype.getCurrentUser = function()
64 DriveFile.prototype.getMode = function()
72 DriveFile.prototype.getPublicUrl = function(fn)
104 DriveFile.prototype.isAutosaveOptional = function()
115 DriveFile.prototype.isRenamable = function()
[all …]
DDrawioFile.js70 DrawioFile.prototype.allChangesSavedKey = 'allChangesSaved';
75 DrawioFile.prototype.savingSpinnerKey = 'saving';
80 DrawioFile.prototype.savingStatusKey = 'saving';
85 DrawioFile.prototype.autosaveDelay = 1500;
91 DrawioFile.prototype.maxAutosaveDelay = 30000;
98 DrawioFile.prototype.optimisticSyncDelay = 300;
103 DrawioFile.prototype.autosaveThread = null;
108 DrawioFile.prototype.lastAutosave = null;
113 DrawioFile.prototype.lastSaved = null;
118 DrawioFile.prototype.lastChanged = null;
[all …]
DOneDriveClient.js50 OneDriveClient.prototype.clientId = window.DRAWIO_MSGRAPH_CLIENT_ID || ((window.location.hostname =…
53 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';
66 OneDriveClient.prototype.redirectUri = window.location.protocol + '//' + window.location.host + '/m…
67 OneDriveClient.prototype.pickerRedirectUri = window.location.protocol + '//' + window.location.host…
72 OneDriveClient.prototype.defEndpointHint = 'api.onedrive.com';
73 OneDriveClient.prototype.endpointHint = OneDriveClient.prototype.defEndpointHint;
[all …]
DOneDriveFile.js18 OneDriveFile.prototype.autosaveDelay = 300;
26 OneDriveFile.prototype.share = function()
86 OneDriveFile.prototype.getId = function()
97 OneDriveFile.prototype.getParentId = function()
108 OneDriveFile.prototype.getIdOf = function(itemObj, parent)
118 OneDriveFile.prototype.getChannelId = function()
120 return 'W-' + DrawioFile.prototype.getChannelId.apply(this, arguments);
129 OneDriveFile.prototype.getHash = function()
140 OneDriveFile.prototype.getMode = function()
148 OneDriveFile.prototype.isAutosaveOptional = function()
[all …]
/plugin/diagramsnet/lib/js/diagramly/util/
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()
82 mxAsyncCanvas.prototype.rotate = function(theta, flipH, flipV, cx, cy)
86 mxAsyncCanvas.prototype.setAlpha = function(alpha)
91 mxAsyncCanvas.prototype.setFontColor = function(value)
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
Dfck_othercommands.js40 FCKDialogCommand.prototype.Execute = function()
45 FCKDialogCommand.prototype.GetState = function()
59 FCKUndefinedCommand.prototype.Execute = function()
64 FCKUndefinedCommand.prototype.GetState = function()
74 FCKFormatBlockCommand.prototype =
78 Execute : FCKStyleCommand.prototype.Execute,
91 FCKFontNameCommand.prototype =
94 Execute : FCKStyleCommand.prototype.Execute,
95 GetState : FCKFormatBlockCommand.prototype.GetState
102 FCKFontSizeCommand.prototype =
[all …]
/plugin/grensladawritezor/fckeditor/editor/_source/commandclasses/
Dfck_othercommands.js40 FCKDialogCommand.prototype.Execute = function()
45 FCKDialogCommand.prototype.GetState = function()
59 FCKUndefinedCommand.prototype.Execute = function()
64 FCKUndefinedCommand.prototype.GetState = function()
75 FCKFontNameCommand.prototype.Execute = function( fontName )
85 FCKFontNameCommand.prototype.GetState = function()
96 FCKFontSizeCommand.prototype.Execute = function( fontSize )
109 FCKFontSizeCommand.prototype.GetState = function()
120 FCKFormatBlockCommand.prototype.Execute = function( formatName )
130 FCKFormatBlockCommand.prototype.GetState = function()
[all …]
/plugin/diagramsnet/lib/shapes/rack/
DmxRack.js30 mxRackContainer.prototype.unitSize = 20;
32 mxRackContainer.prototype.cst =
42 mxRackContainer.prototype.customProperties = [
60 mxRackContainer.prototype.paintVertexShape = function(c, x, y, w, h)
63 …s = mxUtils.getValue(this.style, mxRackContainer.prototype.cst.NUMBER_DISPLAY, mxRackContainer.pro…
67 if (displayNumbers !== mxRackContainer.prototype.cst.OFF)
83 if (displayNumbers !== mxRackContainer.prototype.cst.OFF && w > 18 + fontSize * 2)
89 mxRackContainer.prototype.background = function(c, w, h, fontSize)
95 mxRackContainer.prototype.foreground = function(c, w, h, fontSize)
118 mxRackContainer.prototype.sideText = function(c, w, h, fontSize)
[all …]
/plugin/diagramsnet/lib/shapes/pid2/
DmxPidInstruments.js26 mxShapePidDiscInst.prototype.cst = {
35 mxShapePidDiscInst.prototype.customProperties = [
50 mxShapePidDiscInst.prototype.paintVertexShape = function(c, x, y, w, h)
58 mxShapePidDiscInst.prototype.background = function(c, x, y, w, h)
64 mxShapePidDiscInst.prototype.foreground = function(c, x, y, w, h)
66 var mounting = mxUtils.getValue(this.style, mxShapePidDiscInst.prototype.cst.MOUNTING, 'field');
68 if (mounting === mxShapePidDiscInst.prototype.cst.ROOM)
75 else if (mounting === mxShapePidDiscInst.prototype.cst.INACCESSIBLE)
83 else if (mounting === mxShapePidDiscInst.prototype.cst.LOCAL)
94 mxCellRenderer.registerShape(mxShapePidDiscInst.prototype.cst.SHAPE_DISC_INST, mxShapePidDiscInst);
[all …]
DmxPidValves.js26 mxShapePidValve.prototype.cst = {
67 mxShapePidValve.prototype.customProperties = [
115 mxShapePidValve.prototype.paintVertexShape = function(c, x, y, w, h)
117 var valveType = mxUtils.getValue(this.style, mxShapePidValve.prototype.cst.VALVE_TYPE, 'gate');
118 …ator = mxUtils.getValue(this.style, mxShapePidValve.prototype.cst.ACTUATOR, mxShapePidValve.protot…
141 mxShapePidValve.prototype.background = function(c, x, y, w, h, valveType, actuator, actH)
144 if (actuator !== mxShapePidValve.prototype.cst.NONE)
165 else if (valveType === mxShapePidValve.prototype.cst.BUTTERFLY)
169 else if (valveType === mxShapePidValve.prototype.cst.CHECK)
175 mxShapePidValve.prototype.foreground = function(c, x, y, w, h, valveType, actuator, actH)
[all …]
/plugin/diagramsnet/lib/shapes/mockup/
DmxMockupForms.js26 mxShapeMockupCheckboxGroup.prototype.cst = {
39 mxShapeMockupCheckboxGroup.prototype.paintVertexShape = function(c, x, y, w, h)
43 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupCheckboxGroup.prototype.cst.TEXT_COLOR, …
44 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupCheckboxGroup.prototype.cst.TEXT_SIZE, '1…
45 …var optionText = mxUtils.getValue(this.style, mxShapeMockupCheckboxGroup.prototype.cst.MAIN_TEXT, …
60 if(currText.charAt(0) === mxShapeMockupCheckboxGroup.prototype.cst.SELECTED)
90 if(currText.charAt(0) === mxShapeMockupCheckboxGroup.prototype.cst.SELECTED)
131 mxCellRenderer.registerShape(mxShapeMockupCheckboxGroup.prototype.cst.SHAPE_CHECKBOX_GROUP, mxShape…
153 mxShapeMockupRadioGroup.prototype.cst = {
166 mxShapeMockupRadioGroup.prototype.paintVertexShape = function(c, x, y, w, h)
[all …]
DmxMockupText.js26 mxShapeMockupLink.prototype.cst = {
38 mxShapeMockupLink.prototype.paintVertexShape = function(c, x, y, w, h)
40 var linkText = mxUtils.getValue(this.style, mxShapeMockupLink.prototype.cst.LINK_TEXT, 'Link');
41 var textSize = mxUtils.getValue(this.style, mxShapeMockupLink.prototype.cst.TEXT_SIZE, '17');
42 …var textColor = mxUtils.getValue(this.style, mxShapeMockupLink.prototype.cst.TEXT_COLOR, '#0000ff'…
58 mxCellRenderer.registerShape(mxShapeMockupLink.prototype.cst.SHAPE_LINK, mxShapeMockupLink);
80 mxShapeMockupLinkBar.prototype.cst = {
96 mxShapeMockupLinkBar.prototype.paintVertexShape = function(c, x, y, w, h)
98 …var textStrings = mxUtils.getValue(this.style, mxShapeMockupLinkBar.prototype.cst.MAIN_TEXT, '+But…
99 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupLinkBar.prototype.cst.TEXT_COLOR, '#6666…
[all …]
DmxMockupButtons.js26 mxShapeMockupMultiButton.prototype.cst = {
37 mxShapeMockupMultiButton.prototype.customProperties = [
48 mxShapeMockupMultiButton.prototype.paintVertexShape = function(c, x, y, w, h)
50 …var mainText = mxUtils.getValue(this.style, mxShapeMockupMultiButton.prototype.cst.MAIN_TEXT, 'Mai…
51 …var subText = mxUtils.getValue(this.style, mxShapeMockupMultiButton.prototype.cst.SUB_TEXT, 'Sub T…
52 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupMultiButton.prototype.cst.TEXT_COLOR, '#…
53 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupMultiButton.prototype.cst.TEXT_SIZE, '17'…
62 mxShapeMockupMultiButton.prototype.background = function(c, x, y, w, h)
64 …etValue(this.style, mxShapeMockupMultiButton.prototype.cst.BUTTON_STYLE, mxShapeMockupMultiButton.
68 if (buttonStyle === mxShapeMockupMultiButton.prototype.cst.ROUND)
[all …]
/plugin/asciidocjs/node_modules/promise/setimmediate/
Dsynchronous.js7 Promise.prototype.isPending = function() {
11 Promise.prototype.isFulfilled = function() {
15 Promise.prototype.isRejected = function() {
19 Promise.prototype.getValue = function () {
31 Promise.prototype.getReason = function () {
43 Promise.prototype.getState = function () {
56 Promise.prototype.isPending = undefined;
57 Promise.prototype.isFulfilled = undefined;
58 Promise.prototype.isRejected = undefined;
59 Promise.prototype.getValue = undefined;
[all …]
/plugin/asciidocjs/node_modules/promise/domains/
Dsynchronous.js7 Promise.prototype.isPending = function() {
11 Promise.prototype.isFulfilled = function() {
15 Promise.prototype.isRejected = function() {
19 Promise.prototype.getValue = function () {
31 Promise.prototype.getReason = function () {
43 Promise.prototype.getState = function () {
56 Promise.prototype.isPending = undefined;
57 Promise.prototype.isFulfilled = undefined;
58 Promise.prototype.isRejected = undefined;
59 Promise.prototype.getValue = undefined;
[all …]
/plugin/asciidocjs/node_modules/promise/src/
Dsynchronous.js7 Promise.prototype.isPending = function() {
11 Promise.prototype.isFulfilled = function() {
15 Promise.prototype.isRejected = function() {
19 Promise.prototype.getValue = function () {
31 Promise.prototype.getReason = function () {
43 Promise.prototype.getState = function () {
56 Promise.prototype.isPending = undefined;
57 Promise.prototype.isFulfilled = undefined;
58 Promise.prototype.isRejected = undefined;
59 Promise.prototype.getValue = undefined;
[all …]
/plugin/asciidocjs/node_modules/promise/lib/
Dsynchronous.js7 Promise.prototype.isPending = function() {
11 Promise.prototype.isFulfilled = function() {
15 Promise.prototype.isRejected = function() {
19 Promise.prototype.getValue = function () {
31 Promise.prototype.getReason = function () {
43 Promise.prototype.getState = function () {
56 Promise.prototype.isPending = undefined;
57 Promise.prototype.isFulfilled = undefined;
58 Promise.prototype.isRejected = undefined;
59 Promise.prototype.getValue = undefined;
[all …]
/plugin/virtualkeyboard/vk/extensions/
Darrayextensions.js9 if (isUndefined(Array.prototype.concat)) {
10 Array.prototype.concat = function (secondArray) {
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() {
[all …]
/plugin/indexmenu2/cms/extensions/
Darrayextensions.js2prototype.concat)){Array.prototype.concat=function(i){var I=this.copy();for(var l=0,o=i.length;l<o…
/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Dprinter.js12 PrintVisitor.prototype = new Visitor();
14 PrintVisitor.prototype.pad = function(string) {
25 PrintVisitor.prototype.Program = function(program) {
49 PrintVisitor.prototype.MustacheStatement = function(mustache) {
52 PrintVisitor.prototype.Decorator = function(mustache) {
56 PrintVisitor.prototype.BlockStatement = PrintVisitor.prototype.DecoratorBlock = function(
89 PrintVisitor.prototype.PartialStatement = function(partial) {
99 PrintVisitor.prototype.PartialBlockStatement = function(partial) {
116 PrintVisitor.prototype.ContentStatement = function(content) {
120 PrintVisitor.prototype.CommentStatement = function(comment) {
[all …]
/plugin/diagramsnet/lib/shapes/
DmxFloorplan.js26 mxFloorplanWall.prototype.cst = {
31 mxFloorplanWall.prototype.customProperties = [
40 mxFloorplanWall.prototype.paintVertexShape = function(c, x, y, w, h)
46 mxFloorplanWall.prototype.background = function(c, x, y, w, h)
48 …var wallTh = parseFloat(mxUtils.getValue(this.style, mxFloorplanWall.prototype.cst.WALL_THICKNESS,…
53 mxCellRenderer.registerShape(mxFloorplanWall.prototype.cst.WALL, mxFloorplanWall);
75 mxFloorplanWallCorner.prototype.cst = {
80 mxFloorplanWallCorner.prototype.customProperties = [
89 mxFloorplanWallCorner.prototype.paintVertexShape = function(c, x, y, w, h)
95 mxFloorplanWallCorner.prototype.background = function(c, x, y, w, h)
[all …]
DmxGmdl.js26 mxShapeGmdlPlayer.prototype.cst = {
35 mxShapeGmdlPlayer.prototype.paintVertexShape = function(c, x, y, w, h)
45 mxShapeGmdlPlayer.prototype.foreground = function(c, x, y, w, h)
69 mxCellRenderer.registerShape(mxShapeGmdlPlayer.prototype.cst.SHAPE_PLAYER, mxShapeGmdlPlayer);
91 mxShapeGmdlSwitch.prototype.cst = {
98 mxShapeGmdlSwitch.prototype.customProperties = [
108 mxShapeGmdlSwitch.prototype.paintVertexShape = function(c, x, y, w, h)
112 …te = mxUtils.getValue(this.style, mxShapeGmdlSwitch.prototype.cst.STATE, mxShapeGmdlSwitch.prototy…
118 mxShapeGmdlSwitch.prototype.background = function(c, x, y, w, h, state)
122 if (state === mxShapeGmdlSwitch.prototype.cst.STATE_ON)
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/
Dfckjscoreextensions.js27 String.prototype.Contains = function( textToCheck )
32 String.prototype.Equals = function()
48 String.prototype.IEquals = function()
66 String.prototype.ReplaceAll = function( searchArray, replaceArray )
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()
[all …]
/plugin/grensladawritezor/fckeditor/editor/_source/
Dfckjscoreextensions.js27 String.prototype.Contains = function( textToCheck )
32 String.prototype.Equals = function()
48 String.prototype.IEquals = function()
66 String.prototype.ReplaceAll = function( searchArray, replaceArray )
78 Array.prototype.AddItem = function( item )
85 Array.prototype.IndexOf = function( value )
95 String.prototype.StartsWith = function( value )
101 String.prototype.EndsWith = function( value, ignoreCase )
118 String.prototype.Remove = function( start, length )
131 String.prototype.Trim = function()
[all …]
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js72 /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProper…
106 d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
638 return Object.prototype.toString.call(input) === '[object Date]' || input instanceof Date;
958 UnzonedRange.prototype.intersect = function (otherRange) {
985 UnzonedRange.prototype.intersectsWith = function (otherRange) {
989 UnzonedRange.prototype.containsRange = function (innerRange) {
994 UnzonedRange.prototype.containsDate = function (date) {
1003 UnzonedRange.prototype.constrainDate = function (date) {
1013 UnzonedRange.prototype.equals = function (otherRange) {
1016 UnzonedRange.prototype.clone = function () {
[all …]

12345678910>>...67