Home
last modified time | relevance | path

Searched refs:Sidebar (Results 1 – 25 of 85) sorted by last modified time

1234

/plugin/combo/resources/theme/default/pages/partials/
H A Dpage-side-md-collapsable.hbs12 Expand Sidebar
21 Collapse Sidebar
/plugin/diagramsnet/lib/js/diagramly/
H A DSettings.js225 libraries: Sidebar.prototype.defaultEntries,
309 mxSettings.settings.libraries = Sidebar.prototype.defaultEntries;
H A DTrees.js1321 if (typeof Sidebar !== 'undefined')
1323 var sidebarCreateAdvancedShapes = Sidebar.prototype.createAdvancedShapes;
1324 Sidebar.prototype.createAdvancedShapes = function() class
H A DDialogs.js3004 …var searchImg = typeof Sidebar != 'undefined'? Sidebar.prototype.searchImage : IMAGE_PATH + '/sear…
3324 magnify.setAttribute('src', Sidebar.prototype.searchImage);
H A DEditor.js1910 Sidebar.prototype.customEntries = config.libraries; class
1916 Sidebar.prototype.enabledLibraries = config.enabledLibraries;
1922 Sidebar.prototype.defaultEntries = config.defaultLibraries;
2015 Sidebar.prototype.thumbWidth = config.thumbWidth;
2020 Sidebar.prototype.thumbHeight = config.thumbHeight;
2040 Sidebar.prototype.sidebarTitles = config.sidebarTitles;
2049 Sidebar.prototype.sidebarTitleSize = val;
5047 collapseImg.src = Sidebar.prototype.expandedImage;
5060 collapseImg.src = Sidebar.prototype.expandedImage;
5065 collapseImg.src = Sidebar.prototype.collapsedImage;
H A DEditorUi.js3700 Sidebar.prototype.thumbWidth = 64; class
3701 Sidebar.prototype.thumbHeight = 64;
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-AWS3.js4 Sidebar.prototype.addAWS3Palette = function() class
53 Sidebar.prototype.addAWS3AnalyticsPalette = function()
175 Sidebar.prototype.addAWS3ComputePalette = function()
282 Sidebar.prototype.addAWS3ContactCenterPalette = function()
297 Sidebar.prototype.addAWS3DatabasePalette = function()
429 Sidebar.prototype.addAWS3GeneralPalette = function()
482 Sidebar.prototype.addAWS3GroupsPalette = function()
752 Sidebar.prototype.addAWS3MessagingPalette = function()
785 Sidebar.prototype.addAWS3MigrationPalette = function()
921 Sidebar.prototype.addAWS3SDKPalette = function()
[all …]
H A DSidebar-AWS3D.js4 Sidebar.prototype.addAWS3DPalette = function() class
H A DSidebar-Atlassian.js4 Sidebar.prototype.addAtlassianPalette = function() class
H A DSidebar-DFD.js3 Sidebar.prototype.addDFDPalette = function() class
H A DSidebar-EIP.js3 Sidebar.prototype.addEipPalette = function() class
23 Sidebar.prototype.addEipMessageConstructionPalette = function(expand)
99 Sidebar.prototype.addEipMessageRoutingPalette = function(expand)
142 Sidebar.prototype.addEipMessageTransformationPalette = function(expand)
163 Sidebar.prototype.addEipMessagingChannelsPalette = function(expand)
202 Sidebar.prototype.addEipMessagingEndpointsPalette = function(expand)
232 Sidebar.prototype.addEipMessagingSystemsPalette = function(expand)
336 Sidebar.prototype.addEipSystemManagementPalette = function(expand)
H A DSidebar-Electrical.js4 Sidebar.prototype.addElectricalPalette = function() class
H A DSidebar-Office.js4 Sidebar.prototype.addOfficePalette = function() class
29 Sidebar.prototype.addOfficeCloudsPalette = function()
81 Sidebar.prototype.addOfficeCommunicationsPalette = function()
246 Sidebar.prototype.addOfficeConceptsPalette = function()
552 Sidebar.prototype.addOfficeDatabasesPalette = function()
668 Sidebar.prototype.addOfficeDevicesPalette = function()
793 Sidebar.prototype.addOfficeSecurityPalette = function()
923 Sidebar.prototype.addOfficeServersPalette = function()
1143 Sidebar.prototype.addOfficeServicesPalette = function()
1220 Sidebar.prototype.addOfficeSitesPalette = function()
[all …]
H A DSidebar-Veeam2.js3 Sidebar.prototype.addVeeam2Palette = function() class
26 Sidebar.prototype.addVeeam2AuxiliaryPalette = function()
99 Sidebar.prototype.addVeeam2DataCenterPalette = function()
205 Sidebar.prototype.addVeeam2FeaturesPalette = function()
270 Sidebar.prototype.addVeeam2GeneralPalette = function()
385 Sidebar.prototype.addVeeam2ProductsComponentsPalette = function()
521 Sidebar.prototype.addVeeam2SoftwarePalette = function()
623 Sidebar.prototype.addVeeam2StatesPalette = function()
680 Sidebar.prototype.addVeeam2StoragePalette = function()
782 Sidebar.prototype.addVeeam23DPalette = function()
H A DSidebar-AWS.js4 Sidebar.prototype.addAWSPalette = function() class
43 Sidebar.prototype.addAWSAnalyticsPalette = function()
126 Sidebar.prototype.addAWSComputePalette = function()
172 Sidebar.prototype.addAWSDatabasePalette = function()
242 Sidebar.prototype.addAWSDeveloperToolsPalette = function()
278 Sidebar.prototype.addAWSGameDevelopmentPalette = function()
292 Sidebar.prototype.addAWSGeneralPalette = function()
462 Sidebar.prototype.addAWSMobileServicesPalette = function()
490 Sidebar.prototype.addAWSNetworkingPalette = function()
552 Sidebar.prototype.addAWSSDKPalette = function()
[all …]
H A DSidebar-ThreatModeling.js3 Sidebar.prototype.addThreatModelingPalette = function() class
H A DSidebar-WebIcons.js4 Sidebar.prototype.addWebIconsPalette = function() class
371 Sidebar.prototype.addWebLogosPalette = function()
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 …]
H A DSidebar-Advanced.js4 var sidebarCreateAdvancedShapes = Sidebar.prototype.createAdvancedShapes;
6 Sidebar.prototype.createAdvancedShapes = function() class
H A DSidebar-ArchiMate.js4 Sidebar.prototype.addArchiMatePalette = function() class
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js12437 if (window.Sidebar != null)
12439 Sidebar.prototype.triangleUp = HoverIcons.prototype.triangleUp; class
12440 Sidebar.prototype.triangleRight = HoverIcons.prototype.triangleRight;
12441 Sidebar.prototype.triangleDown = HoverIcons.prototype.triangleDown;
12442 Sidebar.prototype.triangleLeft = HoverIcons.prototype.triangleLeft;
12443 Sidebar.prototype.refreshTarget = HoverIcons.prototype.refreshTarget;
12444 Sidebar.prototype.roundDrop = HoverIcons.prototype.roundDrop;
H A DEditorUi.js4168 return new Sidebar(this, container);
H A DSidebar.js7 function Sidebar(editorUi, container) class
92 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;
[all …]
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js2268 …Toolbar(this,b)};EditorUi.prototype.createSidebar=function(b){return new Sidebar(this,b)};EditorUi…
2656 …ns.prototype.mainHandle;null!=window.Sidebar&&(Sidebar.prototype.triangleUp=HoverIcons.prototype.t…
2657 Sidebar.prototype.triangleDown=HoverIcons.prototype.triangleDown,Sidebar.prototype.triangleLeft=Hov…
3166Sidebar.prototype.customEntries=b.libraries);null!=b.enabledLibraries&&(Sidebar.prototype.enabledL…
3169Sidebar.prototype.thumbWidth=b.thumbWidth);b.thumbHeight&&(Sidebar.prototype.thumbHeight=b.thumbHe…
3252 …t.className="gePropHeaderCell";var y=document.createElement("img");y.src=Sidebar.prototype.expande…
3253Sidebar.prototype.collapsedImage;c="none";for(var f=b.childNodes.length-1;0<=f;f--)try{var e=b.chi…
3449 0;"1"==urlParams.savesidebar&&(Sidebar.prototype.thumbWidth=64,Sidebar.prototype.thumbHeight=64);Ed…
H A Dviewer.min.js2268 …Toolbar(this,b)};EditorUi.prototype.createSidebar=function(b){return new Sidebar(this,b)};EditorUi…
2656 …ns.prototype.mainHandle;null!=window.Sidebar&&(Sidebar.prototype.triangleUp=HoverIcons.prototype.t…
2657 Sidebar.prototype.triangleDown=HoverIcons.prototype.triangleDown,Sidebar.prototype.triangleLeft=Hov…
3166Sidebar.prototype.customEntries=b.libraries);null!=b.enabledLibraries&&(Sidebar.prototype.enabledL…
3169Sidebar.prototype.thumbWidth=b.thumbWidth);b.thumbHeight&&(Sidebar.prototype.thumbHeight=b.thumbHe…
3252 …t.className="gePropHeaderCell";var y=document.createElement("img");y.src=Sidebar.prototype.expande…
3253Sidebar.prototype.collapsedImage;c="none";for(var f=b.childNodes.length-1;0<=f;f--)try{var e=b.chi…
3449 0;"1"==urlParams.savesidebar&&(Sidebar.prototype.thumbWidth=64,Sidebar.prototype.thumbHeight=64);Ed…

1234