Lines Matching refs:libs

114 	Sidebar.prototype.configuration = [{id: 'general', libs: ['general', 'misc', 'advanced']},
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'},
120 …hreatModeling'}, {id : 'kubernetes'}, {id : 'cisco19', prefix: 'cisco19', libs: Sidebar.prototype.… class
121 …{id: 'mscae', prefix: 'mscae', libs: ['Companies', 'EnterpriseFlat', 'IntuneFlat', 'OMSFlat', 'Sys…
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}];
304 return {id: entry.id, libs: entry.libs};
322 var id = (config.libs != null) ? ((config.prefix || '') + config.libs[0]) : key;
343 if (entry.libs != null && entry.libs.length > 0)
421 this.configuration[i].libs || [this.configuration[i].id],
436 if (entry.libs != null && entry.libs.length > 0)
438 var libs = [];
440 for (var k = 0; k < entry.libs.length; k++)
442 libs.push(entry.id + '.' + k);
445 this.showPalettes('', libs, visible[entry.id]);
742 Sidebar.prototype.showPopupMenuForEntry = function(elt, libs, evt) argument
744 if (libs != null && libs.length > 0)
752 for (var i = 0; i < libs.length; i++)
760 this.showPalettes(config.prefix || '', config.libs || [config.id], true);
761 var elts = this.showPalette(libs[i].lib || libs[i].id, true);
777 }))(libs[i]);
861 for (var k = 0; k < entry.libs.length; k++)
1022 }))(entry.libs[k]);