Home
last modified time | relevance | path

Searched refs:s2 (Results 1 – 25 of 184) sorted by relevance

12345678

/plugin/abc2/abc-libraries/abc2svg/
Dcombine-1.js6 function may_combine(s){var nhd2,s2=s.ts_next
7 if(!s2||(s2.type!=C.NOTE&&s2.type!=C.REST))
9 if(s2.v==s.v||s2.st!=s.st||s2.time!=s.time||s2.dur!=s.dur)
11 if(s.combine<=0&&s2.type!=s.type)
13 if(s.a_gch&&s2.a_gch)
15 if(s.type==C.REST){if(s.type==s2.type&&s.invis&&!s2.invis)
18 if(s2.a_ly)
20 if(s2.beam_st!=s.beam_st||s2.beam_end!=s.beam_end)
21 return false;nhd2=s2.nhd
22 if(s.combine<=1&&s.notes[0].pit<=s2.notes[nhd2].pit+1)
[all …]
Dclip-1.js28 function go_global_time(s,sel){var s2,bar_time,seq
29 if(sel.m<=1){if(sel.m==1){for(s2=s;s2;s2=s2.ts_next){if(s2.type==C.BAR&&s2.time!=0)
31 if(s2.time<voice_tb[this.get_cur_sy().top_voice].meter.wmeasure)
32 s=s2}}else{for(;s;s=s.ts_next){if(s.type==C.BAR&&s.bar_num>=sel.m)
48 var s,s2,sy,p_voice,v
54 for(s2=this.get_tsfirst();s2!=s;s2=s2.ts_next){switch(s2.type){case C.CLEF:s2.p_v.clef=s2
56 case C.KEY:s2.p_v.key=this.clone(s2.as.u.key)
58 case C.METER:s2.p_v.meter=this.clone(s2.as.u.meter)
60 case C.STAVES:sy=s2.sy;this.set_cur_sy(sy)
63 for(s2=s;s2;s2=s2.ts_next){if(s2.v==v){delete s2.prev
[all …]
Dequalbars-1.js8 of(cmd,param)},set_sym_glue:function(of,width){var C=abc2svg.C,s,s2,w,i,n,x,g,t,t0,bars=[],tsfirst=…
11 for(s2=tsfirst;s2;s2=s2.ts_next){switch(s2.type){default:continue
14 if(!s2)
16 t0=t=s2.time
17 for(s=s2;s.ts_next;s=s.ts_next){if(s.type==C.BAR&&s.seqst){bars.push([s,s.time-t]);t=s.time}}
28 x=s2.type==C.GRACE?s2.extra.x:s2.x;if(this.equalbars_d<x)
33 for(;s2!=s;s2=s2.ts_next){if(s2.type==C.GRACE){for(g=s2.extra;g;g=g.next)
34 g.x=d+(g.x-x)*f}else if(s2.x){s2.x=d+(s2.x-x)*f}}
35 d+=w*bars[i][1];x=s2.x
36 while(1){s2.x=d;s2=s2.ts_next
[all …]
Dgamelan-1.js10 function slice(s){var m,n,s2,s3,d,d_orig
28 while(--n>=0){s2={type:C.REST,v:s.v,p_v:s.p_v,st:s.st,dur:d,dur_orig:d_orig,stem:1,multi:0,nhd:0,no… variable
29 s.next=s2
30 if(s2.next)
31 s2.next.prev=s2
32 if(!s.ts_next){s.ts_next=s2
35 s2.ts_prev=s
36 s2.seqst=true}else{for(s3=s.ts_next;s3;s3=s3.ts_next){if(s3.time<s2.time)
38 if(s3.time>s2.time){s2.seqst=true
40 s2.ts_next=s3.ts_next
[all …]
Djianpu-1.js12 abc2svg.jianpu.cde2fcg[sk.k_mode]])},s2=voice_tb[0].sym
15 s2.prev=s
16 s.next=s2
21 function slice(s){var n,s2,s3
28 while(--n>=0){s2={type:C.REST,v:s.v,p_v:s.p_v,st:s.st,dur:C.BLEN/4,dur_orig:C.BLEN/4,stem:0,multi:0… variable
29 s.next=s2
30 if(s2.next)
31 s2.next.prev=s2
32 if(!s.ts_next){s.ts_next=s2
35 s2.ts_prev=s
[all …]
Dabc2svg-1.js144 var s,dd,dd2,up,x,dx,x2,i,s2=de.s,de2=de.start,de2_prev,de_next;s=de2.s;x=s.x+3;i=de2.ix
146 de2_prev=a_de[i-1];de.st=s2.st;de.lden=false;de.has_val=true;up=up_p(s2,s2.pos.dyn)
154 if(dx<20){x=de.x-20-3;dx=20}}else{x2=s2.x;de_next=a_de[de.ix+1]
209 var up,y,w,tmp,dd=de.dd,de2=de.prev,s2=de.s,st=s2.st,s=de.start.s,x=s.x
217 default:up=s2.multi>=0
220 if(w<20){x=de.x-20-3;w=20}}else{w=s2.x-x-6
221 if(s2.type==C.NOTE)
239 s.ymx=s2.ymx=y
241 s.ymn=s2.ymn=y}
774 Abc.prototype.calculate_beam=function(bm,s1){var s,s2,g,notes,nflags,st,v,two_staves,two_dir,x,y,ys…
[all …]
Dsth-1.js5 …am:function(bm,s){var staff_tb=this.get_staff_tb(),y=staff_tb[s.st].y,s2=bm.s2,y2=staff_tb[s2.st].y
8 if(s2.sth)
9 s2.ys=s2.sth;bm.a=(s.ys+y-s2.ys-y2)/(s.xs-s2.xs);bm.b=s.ys-s.xs*bm.a+y
15 if(s==s2)
35 if(done&&bm.s2&&(s1.sth||bm.s2.sth))
/plugin/diagramsnet/lib/js/diagramly/sidebar/
DSidebar-Basic.js8 …var s2 = mxConstants.STYLE_VERTICAL_LABEL_POSITION + '=bottom;' + mxConstants.STYLE_VERTICAL_ALIGN…
16 …this.createVertexTemplateEntry(s2 + 'rect;fillColor2=none;strokeWidth=1;size=20;indent=5;', w * 1.…
21 …this.createVertexTemplateEntry(s2 + 'polygon;polyCoords=[[0.25,0],[0.75,0],[1,0.25],[1,0.75],[0.75…
22 …this.createVertexTemplateEntry(s2 + 'polygon;polyCoords=[[0.25,0],[0.75,0],[1,0.25],[1,0.75],[0.75…
23 …this.createVertexTemplateEntry(s2 + 'patternFillRect;fillStyle=diag;step=5;fillStrokeWidth=0.2;fil…
24 …this.createVertexTemplateEntry(s2 + 'patternFillRect;fillStyle=diagRev;step=5;fillStrokeWidth=0.2;…
25 …this.createVertexTemplateEntry(s2 + 'patternFillRect;fillStyle=vert;step=5;fillStrokeWidth=0.2;fil…
26 …this.createVertexTemplateEntry(s2 + 'patternFillRect;fillStyle=hor;step=5;fillStrokeWidth=0.2;fill…
27 …this.createVertexTemplateEntry(s2 + 'patternFillRect;fillStyle=grid;step=5;fillStrokeWidth=0.2;fil…
28 …this.createVertexTemplateEntry(s2 + 'patternFillRect;fillStyle=diagGrid;step=5;fillStrokeWidth=0.2…
[all …]
DSidebar-Mockup.js28 …var s2 = mxConstants.STYLE_STROKEWIDTH + '=1;shadow=0;dashed=0;align=center;html=1;' + mxConstants…
42 …this.createVertexTemplateEntry(s2 + 'buttons.button;' + skcl6 + 'fontColor=#ffffff;mainText=;butto…
47 …var bg = new mxCell('', new mxGeometry(0, 0, 150, 50), s2 + 'buttons.multiButton;fillColor=#008cff…
49 …var button1 = new mxCell('Main Text', new mxGeometry(0, 8, 150, 20), s2 + 'anchor;fontSize=16;font…
52 …var button2 = new mxCell('Sub Text', new mxGeometry(0, 30, 150, 10), s2 + 'anchor;fontSize=12;font…
61 …var bg = new mxCell('', new mxGeometry(0, 0, 500, 50), s2 + 'rrect;rSize=10;fillColor=#ffffff;stro…
63 …var button2 = new mxCell('Button 2', new mxGeometry(0, 0, 125, 50), inh + s2 + 'rrect;rSize=0;font…
68 …var button3 = new mxCell('Button 3', new mxGeometry(0, 0, 125, 50), inh + s2 + 'rrect;rSize=0;font…
73 …var button4 = new mxCell('Button 4', new mxGeometry(1, 0, 125, 50), inh + s2 + 'rightButton;rSize=…
78 …var button1 = new mxCell('Button 1', new mxGeometry(0, 0, 125, 50), s2 + 'leftButton;rSize=10;font…
[all …]
DSidebar-Gmdl.js48 var s2 = "dashed=0;html=1;shape=mxgraph.gmdl.";
74 var s2 = "dashed=0;html=1;shape=mxgraph.gmdl.";
110 var s2 = "dashed=0;html=1;shape=mxgraph.gmdl.";
177 …var part1 = new mxCell('', new mxGeometry(20, 20, 16, 16), s2 + 'plus;strokeColor=#ffffff;strokeWi…
187 …var part1 = new mxCell('', new mxGeometry(18, 18, 20, 20), s2 + 'edit;strokeColor=none;fillColor=#…
196 …var part1 = new mxCell('', new mxGeometry(18, 18, 20, 20), s2 + 'star;strokeColor=none;fillColor=#…
205 …var part1 = new mxCell('', new mxGeometry(18, 19, 20, 18), s2 + 'heart;strokeColor=none;fillColor=…
214 …var part1 = new mxCell('', new mxGeometry(18, 19, 20, 18), s2 + 'reply;strokeColor=none;fillColor=…
223 …var part1 = new mxCell('', new mxGeometry(18, 20, 24, 16), s2 + 'users;strokeColor=#ffffff;fillCol…
232 …var part1 = new mxCell('', new mxGeometry(18, 18, 20, 20), s2 + 'gps;strokeColor=#737373;fillColor…
[all …]
DSidebar-PID.js43 …var s2 = 'html=1;outlineConnect=0;align=center;dashed=0;' + mxConstants.STYLE_SHAPE + "=mxgraph.pi…
114 …this.createVertexTemplateEntry(s2 + 'inst.indicator;mounting=room;overflow=fill;indType=inst', 50,…
117 …this.createVertexTemplateEntry(s2 + 'inst.indicator;mounting=room;overflow=fill;indType=ctrl', 50,…
120 …this.createVertexTemplateEntry(s2 + 'inst.indicator;mounting=room;overflow=fill;indType=func', 50,…
123 …this.createVertexTemplateEntry(s2 + 'inst.indicator;mounting=room;overflow=fill;indType=plc', 50, …
382 …var s2 = mxConstants.STYLE_VERTICAL_LABEL_POSITION + '=bottom;outlineConnect=0;align=center;dashed…
408 this.createVertexTemplateEntry(s2 + 'aerator_with_sparger;',
410 this.createVertexTemplateEntry(s2 + 'air_cooler;',
412 this.createVertexTemplateEntry(s2 + 'air_filter;',
414 this.createVertexTemplateEntry(s2 + 'air_separator;',
[all …]
DSidebar-EIP.js26 var s2 = "strokeWidth=2;outlineConnect=0;dashed=0;align=center;fontSize=8;shape=mxgraph.eip.";
102 …var s2 = "strokeWidth=2;outlineConnect=0;dashed=0;align=center;fontSize=8;fillColor=#c0f5a9;vertic…
109 this.createVertexTemplateEntry(s2 + 'aggregator;',
111 this.createVertexTemplateEntry(s2 + 'composed_message_processor;',
113 this.createVertexTemplateEntry(s2 + 'content_based_router;',
115 this.createVertexTemplateEntry(s2 + 'dynamic_router;',
119 this.createVertexTemplateEntry(s2 + 'message_filter;',
121 this.createVertexTemplateEntry(s2 + 'process_manager;',
123 this.createVertexTemplateEntry(s2 + 'recipient_list;',
125 this.createVertexTemplateEntry(s2 + 'resequencer;',
[all …]
DSidebar-BPMN.js31 var s2 = 'swimlane;html=1;startSize=20;fontStyle=0;collapsible=0;';
47 …this.createVertexTemplateEntry(s2 + 'horizontal=0;swimlaneLine=0;fillColor=none;', 440, 100, '', '…
48 …this.createVertexTemplateEntry(s2 + 'horizontal=1;swimlaneLine=0;fillColor=none;', 440, 100, '', '…
49 …this.createVertexTemplateEntry(s2 + 'horizontal=0;swimlaneLine=1;swimlaneFillColor=#ffffff;strokeW…
51 …this.createVertexTemplateEntry(s2 + 'horizontal=1;swimlaneLine=1;strokeWidth=2;swimlaneFillColor=#…
134 var s2 = pts + 'shape=mxgraph.bpmn.task;whiteSpace=wrap;rectStyle=rounded;size=10;taskMarker=';
156 …this.createVertexTemplateEntry(s2 + 'service;', 120, 80, '', 'Service', null, null, dt + 'service'…
157 this.createVertexTemplateEntry(s2 + 'send;', 120, 80, '', 'Send', null, null, dt + 'send'),
158 …this.createVertexTemplateEntry(s2 + 'receive;', 120, 80, '', 'Receive', null, null, dt + 'receive'…
159 this.createVertexTemplateEntry(s2 + 'user;', 120, 80, '', 'User', null, null, dt + 'user'),
[all …]
DSidebar-LeanMapping.js9 …var s2 = mxConstants.STYLE_VERTICAL_LABEL_POSITION + '=bottom;html=1;' + mxConstants.STYLE_VERTICA…
19 …this.createVertexTemplateEntry(s2 + 'boat_shipment;align=center;', w, h, '', 'Boat Shipment', null…
43 …this.createVertexTemplateEntry(s2 + 'work_cell;pointerEvents=1;', w * 0.7, h * 0.6, '', 'Workcell'…
44 …this.createVertexTemplateEntry(s2 + 'inventory_box;', w, h * 0.9, '', 'Inventory Box', null, null,…
45 …this.createVertexTemplateEntry(s2 + 'push_arrow;', w, h * 0.3,'', 'Push Arrow', null, null, this.g…
47 …this.createVertexTemplateEntry(s2 + 'physical_pull;pointerEvents=1;', w, h,'', 'Material Pull', nu…
68 …this.createVertexTemplateEntry(s2 + 'go_see_production_scheduling;pointerEvents=1;', 92, 60, '', '…
72 var bg = new mxCell('', new mxGeometry(0, 0, 90, 40), s2 + 'kaizen_lightening_burst;');
81 …this.createVertexTemplateEntry(s2 + 'kanban_post;', 50, 100, '', 'Kanban Post', null, null, this.g…
82 …this.createVertexTemplateEntry(s2 + 'load_leveling;', 100, 30, '', 'Load Leveling', null, null, th…
[all …]
DSidebar-Veeam2.js102 …var s2 = 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;lab…
118 this.createVertexTemplateEntry(s2 + 'azure;',
120 this.createVertexTemplateEntry(s2 + 'aws;',
207 …var s2 = 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;lab…
221 this.createVertexTemplateEntry(s2 + 'backup_from_storage_snapshots;',
223 this.createVertexTemplateEntry(s2 + 'cdp;',
225 this.createVertexTemplateEntry(s2 + 'datalabs;',
227 this.createVertexTemplateEntry(s2 + 'failover;',
229 this.createVertexTemplateEntry(s2 + 'instant_vm_recovery;',
231 this.createVertexTemplateEntry(s2 + 'nas_backup;',
[all …]
DSidebar-Ios.js17 var s2 = mxConstants.STYLE_STROKEWIDTH + '=1;html=1;shadow=0;dashed=0;shape=mxgraph.ios.';
93 …this.createVertexTemplateEntry(s2 + 'iButton;strokeColor=#444444;fontColor=#ffffff;buttonText=;fon…
95 …this.createVertexTemplateEntry(s2 + 'iButtonBack;strokeColor=#444444;fontColor=#ffffff;buttonText=…
97 …this.createVertexTemplateEntry(s2 + 'iButtonFw;strokeColor=#444444;fontColor=#ffffff;buttonText=;f…
101 …this.createVertexTemplateEntry(s2 + 'iTextInput;strokeColor=#444444;buttonText=;fontSize=8;whiteSp…
108 …this.createVertexTemplateEntry(s2 + 'iComboBox;spacingTop=2;spacingLeft=2;align=left;strokeColor=#…
110 …this.createVertexTemplateEntry(s2 + 'iOnOffButton;mainText=;strokeColor=#444444;fontSize=9;fontCol…
112 …this.createVertexTemplateEntry(s2 + 'iTextInput;strokeColor=#444444;align=left;buttonText=;fontSiz…
119 …this.createVertexTemplateEntry(s2 + 'iLockButton;fontColor=#cccccc;fontSize=13;mainText=;spacingLe…
131 …this.createVertexTemplateEntry(s2 + 'iLocBar;align=left;spacingLeft=4;spacingBottom=4;fontColor=#f…
[all …]
DSidebar-Cisco19.js9 …var s2 = "sketch=0;points=[[0.5,0,0],[1,0.5,0],[0.5,1,0],[0,0.5,0],[0.145,0.145,0],[0.8555,0.145,0…
16 this.addCisco19LANSwitchingPalette(s, s2, s3);
18 this.addCisco19RoutingWANPalette(s, s2, s3);
20 this.addCisco19NetworkManagementPalette(s, s2, s3);
22 this.addCisco19DataCenterPalette(s, s2, s3);
24 this.addCisco19WirelessLANPalette(s, s2, s3);
26 this.addCisco19CollaborationPalette(s, s2, s3);
28 this.addCisco19SecurityCloudsAndConnectorsPalette(s, s2, s3);
30 this.addCisco19EndpointClientDeviceIconsPalette(s, s2, s3);
32 this.addCisco19DNASDAccessPalette(s, s2, s3);
[all …]
DSidebar-Android.js13 …var s2 = mxConstants.STYLE_VERTICAL_LABEL_POSITION + '=bottom;' + mxConstants.STYLE_VERTICAL_ALIGN…
26 this.createVertexTemplateEntry(s2 + 'phone2;strokeColor=#c0c0c0;',
28 this.createVertexTemplateEntry(s2 + 'phone2;strokeColor=#c0c0c0;direction=south;',
30 this.createVertexTemplateEntry(s2 + 'tab2;strokeColor=#c0c0c0;',
32 this.createVertexTemplateEntry(s2 + 'tab2;strokeColor=#c0c0c0;direction=north;',
151 …this.createVertexTemplateEntry(s2 + 'contact_badge_focused;sketch=0;', 40, 40, '', 'Contact Badge …
152 …this.createVertexTemplateEntry(s2 + 'contact_badge_focused;sketch=0;', 60, 60, '', 'Contact Badge …
153 …this.createVertexTemplateEntry(s2 + 'contact_badge_normal;sketch=0;', 40, 40, '', 'Contact Badge N…
154 …this.createVertexTemplateEntry(s2 + 'contact_badge_normal;sketch=0;', 60, 60, '', 'Contact Badge N…
155 …this.createVertexTemplateEntry(s2 + 'contact_badge_pressed;sketch=0;', 40, 40, '', 'Contact Badge …
[all …]
DSidebar-Office.js32 …var s2 = 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;…
50 this.createVertexTemplateEntry(s2 + 'cloud_disaster;fillColor=#ff0000;',
249 …var s2 = 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;…
357 this.createVertexTemplateEntry(s2 + 'firewall;fillColor=#2072B8;',
359 this.createVertexTemplateEntry(s2 + 'firewall;fillColor=#DA4026;',
361 this.createVertexTemplateEntry(s2 + 'firewall;fillColor=#7FBA42;',
363 this.createVertexTemplateEntry(s2 + 'firewall;fillColor=#CCCBCB;',
367 this.createVertexTemplateEntry(s2 + 'folder;fillColor=#2072B8;',
369 this.createVertexTemplateEntry(s2 + 'folder;fillColor=#DA4026;',
371 this.createVertexTemplateEntry(s2 + 'folder;fillColor=#7FBA42;',
[all …]
DSidebar-Veeam.js32 …var s2 = 'pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPositio…
122 …var s2 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;vertica…
207 …var s2 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;vertica…
271 this.createVertexTemplateEntry(s2 + 'powershell_extension;',
296 …var s2 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;vertica…
377 …var s2 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;vertica…
448 …var s2 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;vertica…
486 this.createVertexTemplateEntry(s2 + 'veeam_explorer_for_active_directory;',
488 this.createVertexTemplateEntry(s2 + 'veeam_explorer_for_exchange;',
492 this.createVertexTemplateEntry(s2 + 'veeam_explorer_for_sharepoint;',
[all …]
DSidebar-Flowchart.js8 …var s2 = mxConstants.STYLE_VERTICAL_LABEL_POSITION + '=bottom;' + mxConstants.STYLE_VERTICAL_ALIGN…
19 …this.createVertexTemplateEntry(s2 + 'collate;', w, h, '', 'Collate', null, null, this.getTagsForSt…
35 …this.createVertexTemplateEntry(s2 + 'on-page_reference;', w * 0.6, h * 0.6, '', 'On-Page Reference…
36 …this.createVertexTemplateEntry(s2 + 'summing_function;', w * 0.7, h * 0.7, '', 'Or', null, null, t…
38 …this.createVertexTemplateEntry(s2 + 'parallel_mode;pointerEvents=1', w * 0.95, h * 0.4, '', 'Paral…
43 …this.createVertexTemplateEntry(s2 + 'sort;', w, h, '', 'Sort', null, null, this.getTagsForStencil(…
47 …this.createVertexTemplateEntry(s2 + 'or;', w * 0.7, h * 0.7, '', 'Summing Junction', null, null, t…
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
DUtilsTest.php39 $s2 = Stream::factory('');
40 Utils::copyToStream($s1, $s2);
41 $this->assertEquals('foobaz', (string) $s2);
42 $s2 = Stream::factory('');
44 Utils::copyToStream($s1, $s2, 3);
45 $this->assertEquals('foo', (string) $s2);
46 Utils::copyToStream($s1, $s2, 3);
47 $this->assertEquals('foobaz', (string) $s2);
53 $s2 = Stream::factory('');
54 $s2 = FnStream::decorate($s2, ['write' => function () { return 0; }]);
[all …]
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DUnitConverter.php210 * @param string $s2
214 private function add($s1, $s2, $scale) argument
217 return bcadd($s1, $s2, $scale);
219 return $this->scale((float)$s1 + (float)$s2, $scale);
226 * @param string $s2
230 private function mul($s1, $s2, $scale) argument
233 return bcmul($s1, $s2, $scale);
235 return $this->scale((float)$s1 * (float)$s2, $scale);
242 * @param string $s2
246 private function div($s1, $s2, $scale) argument
[all …]
/plugin/strata/
Dscript.js61 var natcmp = function(s1, s2) { argument
64 s2 = s2.replace( /<.*?>/g, "" ).replace('&gt;','<').replace('&lt;','>').replace('&amp;','&');
69 if (s1 == s2) { return 0; }
71 if (s2 == '') { return 1; }
73 var n2 = n.exec(s2);
77 s2 = n2[2];
80 n2 = s2.charCodeAt(0);
83 s2 = s2.substr(1);
88 var natcmp_rtl = function(s1, s2) { argument
91 s2 = s2.replace( /<.*?>/g, "" ).replace('&gt;','<').replace('&lt;','>').replace('&amp;','&');
[all …]
/plugin/diagramsnet/lib/js/diagramly/
DDistanceGuides.js88 verticalCells.sort(function(s1, s2) argument
90 return s1.y - s2.y;
117 var s2 = verticalCells[i + 1];
118 var isMovingOne = newState == s1 || newState == s2;
119 var curDy = s2.y - s1.y - s1.height;
168 horizontalCells.sort(function(s1, s2) argument
170 return s1.x - s2.x;
197 var s2 = horizontalCells[i + 1];
198 var isMovingOne = newState == s1 || newState == s2;
199 var curDx = s2.x - s1.x - s1.width;
[all …]

12345678