Lines Matching refs:id

114 	Sidebar.prototype.configuration = [{id: 'general', libs: ['general', 'misc', 'advanced']},
115 {id: 'uml'}, {id: 'uml25'}, {id: 'search'}, {id: 'er'},
116 …{id: 'azure2', prefix: 'azure2', libs: ['AI Machine Learning', 'Analytics', 'App Services', 'Azure…
117 … {id: 'ios', prefix: 'ios', libs: [''/*prefix is library*/, '7icons', '7ui']},
118 … {id: 'android', prefix: 'android', libs: [''/*prefix is library*/]}, {id: 'aws3d'},
119id: 'flowchart'}, {id: 'basic'}, {id: 'infographic'}, {id: 'arrows'}, {id: 'arrows2'}, {id: 'lean_…
120 …{id: 'sitemap'}, {id:'c4'}, {id: 'dfd'}, {id: 'threatModeling'}, {id : 'kubernetes'}, {id : 'cisco…
121 …{id: 'mscae', prefix: 'mscae', libs: ['Companies', 'EnterpriseFlat', 'IntuneFlat', 'OMSFlat', 'Sys…
122 {id: 'active_directory'},
123 …{id: 'bpmn2', prefix: 'bpmn2', libs: ['General', 'Tasks', 'Choreographies', 'Events', 'Gateways']},
124 …{id: 'clipart', prefix: null, libs: ['computer', 'finance', 'clipart', 'networking', 'people', 'te…
125 {id: 'ibm', prefix: 'ibm', libs: Sidebar.prototype.ibm},
126 … {id: 'allied_telesis', prefix: 'allied_telesis', libs: Sidebar.prototype.allied_telesis},
127 {id: 'cumulus', libs: ['cumulus']},
128 {id: 'eip', prefix: 'eip', libs: Sidebar.prototype.eip},
129 …{id: 'mockups', prefix: 'mockup', libs: ['Buttons', 'Containers', 'Forms', 'Graphics', 'Markup', '…
130 …{id: 'pid2', prefix: 'pid2', libs: ['Agitators', 'Apparatus Elements', 'Centrifuges', 'Compressors…
133 … {id: 'signs', prefix: 'signs', libs: Sidebar.prototype.signs},
134 {id: 'gcp', prefix: 'gcp', libs: Sidebar.prototype.gcp},
135 {id: 'gcp2', prefix: 'gcp2', libs: Sidebar.prototype.gcp2},
136 {id: 'gcp3', prefix: 'gcp3', libs: Sidebar.prototype.gcp3},
137 {id: 'rack', prefix: 'rack', libs: Sidebar.prototype.rack},
138 … {id: 'electrical', prefix: 'electrical', libs: Sidebar.prototype.electrical},
139 {id: 'aws2', prefix: 'aws2', libs: Sidebar.prototype.aws2},
140 {id: 'aws3', prefix: 'aws3', libs: Sidebar.prototype.aws3},
141 … {id: 'aws4b', prefix: 'aws4b', libs: Sidebar.prototype.aws4b},
142 {id: 'aws4', prefix: 'aws4', libs: Sidebar.prototype.aws4},
143 {id: 'pid', prefix: 'pid', libs: Sidebar.prototype.pids},
144 … {id: 'cisco', prefix: 'cisco', libs: Sidebar.prototype.cisco},
145 … {id: 'cisco_safe', prefix: 'cisco_safe', libs: Sidebar.prototype.cisco_safe},
146 … {id: 'office', prefix: 'office', libs: Sidebar.prototype.office},
147 … {id: 'veeam', prefix: 'veeam', libs: Sidebar.prototype.veeam},
148 … {id: 'veeam2', prefix: 'veeam2', libs: Sidebar.prototype.veeam2},
149 {id: 'cabinets', libs: ['cabinets']},
150 {id: 'floorplan', libs: ['floorplan']},
151 {id: 'bootstrap', libs: ['bootstrap']},
152 {id: 'atlassian', libs: ['atlassian']},
153 {id: 'fluid_power', libs: ['fluid_power']},
154 {id: 'gmdl', prefix: 'gmdl', libs: Sidebar.prototype.gmdl},
155 … {id: 'archimate3', prefix: 'archimate3', libs: Sidebar.prototype.archimate3},
156 {id: 'archimate', libs: ['archimate']},
157 {id: 'webicons', libs: ['webicons', 'weblogos']},
158 … {id: 'sysml', prefix: 'sysml', libs: Sidebar.prototype.sysml}];
243 Sidebar.prototype.togglePalette = function(id) argument
245 this.showPalette(id);
262 Sidebar.prototype.showPalette = function(id, visible) argument
264 var elts = this.palettes[id];
282 Sidebar.prototype.getConfigurationById = function(id) argument
286 if (this.configuration[i].id == id)
302 if (entry.id == id)
304 return {id: entry.id, libs: entry.libs};
322 var id = (config.libs != null) ? ((config.prefix || '') + config.libs[0]) : key;
323 var elts = this.palettes[id];
341 if (entry.id == key)
345 var elts = this.palettes[entry.id + '.0'];
418 if (this.configuration[i].id != 'search')
421 this.configuration[i].libs || [this.configuration[i].id],
422 visible[this.configuration[i].id] == true);
442 libs.push(entry.id + '.' + k);
445 this.showPalettes('', libs, visible[entry.id]);
460 …entries: [{title: mxResources.get('general'), id: 'general', image: IMAGE_PATH + '/sidebar-general…
461 … {title: mxResources.get('basic'), id: 'basic', image: IMAGE_PATH + '/sidebar-basic.png'},
462 … {title: mxResources.get('arrows'), id: 'arrows2', image: IMAGE_PATH + '/sidebar-arrows2.png'},
463 … {title: mxResources.get('clipart'), id: 'clipart', image: IMAGE_PATH + '/sidebar-clipart.png'},
464 …{title: mxResources.get('flowchart'), id: 'flowchart', image: IMAGE_PATH + '/sidebar-flowchart.png…
466 …entries: [{title: 'Active Directory', id: 'active_directory', image: IMAGE_PATH + '/sidebar-active…
467 … {title: mxResources.get('android'), id: 'android', image: IMAGE_PATH + '/sidebar-android.png'},
468 … {title: 'Atlassian', id: 'atlassian', image: IMAGE_PATH + '/sidebar-atlassian.png'},
469 …{title: mxResources.get('bootstrap'), id: 'bootstrap', image: IMAGE_PATH + '/sidebar-bootstrap.png…
470 {title: 'C4', id: 'c4', image: IMAGE_PATH + '/sidebar-c4.png'},
471 … {title: 'Data Flow Diagram', id: 'dfd', image: IMAGE_PATH + '/sidebar-dfd.png'},
472 … {title: mxResources.get('entityRelation'), id: 'er', image: IMAGE_PATH + '/sidebar-er.png'},
473 … {title: mxResources.get('ios'), id: 'ios', image: IMAGE_PATH + '/sidebar-ios.png'},
474 … {title: mxResources.get('mockups'), id: 'mockups', image: IMAGE_PATH + '/sidebar-mockups.png'},
475 … {title: 'Sitemap', id: 'sitemap', image: IMAGE_PATH + '/sidebar-sitemap.png'},
476 … {title: mxResources.get('uml') + ' 2.5', id: 'uml25', image: IMAGE_PATH + '/sidebar-uml25.png'},
477 … {title: mxResources.get('uml'), id: 'uml', image: IMAGE_PATH + '/sidebar-uml.png'}]},
479 …entries: [{title: 'Allied Telesis', id: 'allied_telesis', image: IMAGE_PATH + '/sidebar-allied_tel…
480 {title: 'AWS17', id: 'aws3', image: IMAGE_PATH + '/sidebar-aws3.png'},
481 {title: 'AWS18', id: 'aws4b', image: IMAGE_PATH + '/sidebar-aws4b.png'},
482 {title: 'AWS19', id: 'aws4', image: IMAGE_PATH + '/sidebar-aws4.png'},
484 … {title: mxResources.get('aws3d'), id: 'aws3d', image: IMAGE_PATH + '/sidebar-aws3d.png'},
485 … {title: mxResources.get('azure'), id: 'azure2', image: IMAGE_PATH + '/sidebar-azure.png'},
486 … {title: 'Cloud & Enterprise', id: 'mscae', image: IMAGE_PATH + '/sidebar-mscae.png'},
487 … {title: mxResources.get('cisco'), id: 'cisco', image: IMAGE_PATH + '/sidebar-cisco.png'},
488 … {title: 'Cisco19', id: 'cisco19', image: IMAGE_PATH + '/sidebar-cisco19.png'},
489 … {title: 'Cisco Safe', id: 'cisco_safe', image: IMAGE_PATH + '/sidebar-cisco_safe.png'},
490 … {title: 'Cumulus', id: 'cumulus', image: IMAGE_PATH + '/sidebar-cumulus.png'},
491 {title: 'Citrix', id: 'citrix', image: IMAGE_PATH + '/sidebar-citrix.png'},
492 … {title: 'Google Cloud Platform', id: 'gcp2', image: IMAGE_PATH + '/sidebar-gcp2.png'},
493 {title: 'GCP Icons', id: 'gcp3', image: IMAGE_PATH + '/sidebar-gcp3.png'},
494 {title: 'IBM', id: 'ibm', image: IMAGE_PATH + '/sidebar-ibm.png'},
495 … {title: 'Kubernetes', id: 'kubernetes', image: IMAGE_PATH + '/sidebar-kubernetes.png'},
496 … {title: 'Network', id: 'network', image: IMAGE_PATH + '/sidebar-network.png'},
497 {title: 'Office', id: 'office', image: IMAGE_PATH + '/sidebar-office.png'},
498 … {title: mxResources.get('rack'), id: 'rack', image: IMAGE_PATH + '/sidebar-rack.png'},
499 {title: 'Veeam', id: 'veeam2', image: IMAGE_PATH + '/sidebar-veeam.png'},
500 {title: 'VMware', id: 'vvd', image: IMAGE_PATH + '/sidebar-vvd.png'}]},
502 …entries: [{title: 'ArchiMate 3.0', id: 'archimate3', image: IMAGE_PATH + '/sidebar-archimate3.png'…
503 …{title: mxResources.get('archiMate21'), id: 'archimate', image: IMAGE_PATH + '/sidebar-archimate.p…
504 … {title: mxResources.get('bpmn') + ' 2.0', id: 'bpmn2', image: IMAGE_PATH + '/sidebar-bpmn.png'},
505 … {title: mxResources.get('sysml'), id: 'sysml', image: IMAGE_PATH + '/sidebar-sysml.png'},
506 …{title: 'Value Stream Mapping', id: 'lean_mapping', image: IMAGE_PATH + '/sidebar-leanmapping.png'…
508 …entries: [{title: mxResources.get('cabinets'), id: 'cabinets', image: IMAGE_PATH + '/sidebar-cabin…
509 … {title: 'Infographic', id: 'infographic', image: IMAGE_PATH + '/sidebar-infographic.png'},
510 … {title: mxResources.get('eip'), id: 'eip', image: IMAGE_PATH + '/sidebar-eip.png'},
511 …{title: mxResources.get('electrical'), id: 'electrical', image: IMAGE_PATH + '/sidebar-electrical.…
512 …{title: mxResources.get('floorplans'), id: 'floorplan', image: IMAGE_PATH + '/sidebar-floorplans.p…
513 …{title: 'Fluid Power (ISO 1219)', id: 'fluid_power', image: IMAGE_PATH + '/sidebar-fluid_power.png…
514 … {title: mxResources.get('gmdl'), id: 'gmdl', image: IMAGE_PATH + '/sidebar-gmdl.png'},
515 … {title: mxResources.get('procEng'), id: 'pid', image: IMAGE_PATH + '/sidebar-pid.png'},
516 …{title: 'Threat Modeling', id: 'threatModeling', image: IMAGE_PATH + '/sidebar-threatmodeling.png'…
517 … {title: 'Web Icons', id: 'webicons', image: IMAGE_PATH + '/sidebar-webIcons.png'},
518 … {title: mxResources.get('signs'), id: 'signs', image: IMAGE_PATH + '/sidebar-signs.png'}]}];
756 var config = this.getConfigurationById(lib.id);
760 this.showPalettes(config.prefix || '', config.libs || [config.id], true);
761 var elts = this.showPalette(libs[i].lib || libs[i].id, true);
815 this.setCurrentSearchEntryLibrary(shapes[i].id, shapes[i].lib);
910 this.addPalette(entry.id + '.' + k, this.editorUi.getResource(lib.title),
915 this.setCurrentSearchEntryLibrary(entry.id, entry.id + '.' + k);
961 this.addPalette(entry.id + '.' + k, this.editorUi.getResource(lib.title),
971 this.setCurrentSearchEntryLibrary(entry.id, entry.id + '.' + k);
1209 …Sidebar.prototype.addStencilPalette = function(id, title, stencilFile, style, ignore, onInit, scal… argument
1230 entry.id = groupId;
1231 entry.lib = id;