Searched refs:addGCP2UserDeviceCard (Results 1 – 3 of 3) sorted by relevance
| /plugin/diagramsnet/lib/js/diagramly/sidebar/ |
| D | Sidebar-GCP2.js | 938 this.addGCP2UserDeviceCard('Application', 'application', 1, 0.8, 0, dt + 'application', fns); 939 this.addGCP2UserDeviceCard('Beacon', 'beacon', 0.73, 1, 0, dt + 'beacon', fns); 940 …this.addGCP2UserDeviceCard('Circuit-Board', 'circuit_board', 1, 0.9, 15, dt + 'circuit board', fns… 941 this.addGCP2UserDeviceCard('Database', 'database', 1, 0.9, 0, dt + 'database db', fns); 942 this.addGCP2UserDeviceCard('Desktop', 'desktop', 1, 0.9, 0, dt + 'desktop', fns); 943 …this.addGCP2UserDeviceCard('Desktop and Mobile', 'desktop_and_mobile', 1, 0.66, 15, dt + 'desktop … 944 this.addGCP2UserDeviceCard('Game', 'game', 1, 0.54, 0, dt + 'game', fns); 945 this.addGCP2UserDeviceCard('Gateway', 'gateway_icon', 1, 0.44, 0, dt + 'gateway icon', fns); 946 this.addGCP2UserDeviceCard('Laptop', 'laptop', 1, 0.66, 0, dt + 'laptop', fns); 947 this.addGCP2UserDeviceCard('Lightbulb', 'lightbulb', 0.7, 1, 0, dt + 'lighbulb', fns); [all …]
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Extensions.js | 6865 function addGCP2UserDeviceCard(icon, scaleX, scaleY, w, h, v, p, a) function 12912 addGCP2UserDeviceCard('database', 1, 0.9, w, h, v, p, a); 12915 addGCP2UserDeviceCard('record', 1, 0.66, w, h, v, p, a); 12918 addGCP2UserDeviceCard('payment', 1, 0.8, w, h, v, p, a); 12921 addGCP2UserDeviceCard('gateway_icon', 1, 0.44, w, h, v, p, a); 12924 addGCP2UserDeviceCard('compute_engine_icon', 1, 0.89, w, h, v, p, a); 12927 addGCP2UserDeviceCard('beacon', 0.73, 1, w, h, v, p, a); 12930 addGCP2UserDeviceCard('storage', 1, 0.8, w, h, v, p, a); 12933 addGCP2UserDeviceCard('list', 0.89, 1, w, h, v, p, a); 12936 addGCP2UserDeviceCard('stream', 1, 0.82, w, h, v, p, a); [all …]
|
| /plugin/diagramsnet/lib/js/ |
| D | app.min.js | 6981 …addGCP2UserDeviceCard("Application","application",1,.8,0,"gcp google cloud platform user and devic… 6982 …addGCP2UserDeviceCard("Database","database",1,.9,0,"gcp google cloud platform user and device card… 6983 …addGCP2UserDeviceCard("Gateway","gateway_icon",1,.44,0,"gcp google cloud platform user and device … 6984 …addGCP2UserDeviceCard("Live","live",.74,1,0,"gcp google cloud platform user and device cards live"… 6985 …addGCP2UserDeviceCard("Phone","phone",.64,1,0,"gcp google cloud platform user and device cards pho… 6986 …addGCP2UserDeviceCard("Storage","storage",1,.8,0,"gcp google cloud platform user and device cards … 7073 …s([a],a.geometry.width,a.geometry.height,t)}))};Sidebar.prototype.addGCP2UserDeviceCard=function(a… method in Sidebar
|