| /plugin/abc2/abc-libraries/abc2svg/ |
| D | jazzchord-1.js | 5 abc2svg.jazzchord={gch_build:function(of,s){var gch,i,ix,t 8 for(ix=0;ix<s.a_gch.length;ix++){gch=s.a_gch[ix] 9 t=gch.text 10 if(gch.type!='g'||t.indexOf('$')>=0) 12 switch(t){case"/":gch.text="𝄍";continue 13 case"%":gch.text="𝄎";continue 14 case"%%":gch.text="𝄎";continue} 37 if(gch.text[0]=='(') 38 gch.text='('+t+')' 40 gch.text=t}
|
| D | chordnames-1.js | 5 abc2svg.chordnames={gch_build:function(of,s){var gch,i,ix,t,cfmt=this.cfmt() 6 if(s.a_gch&&cfmt.chordnames){for(ix=0;ix<s.a_gch.length;ix++){gch=s.a_gch[ix] 7 t=gch.text 8 if(gch.type!='g') 11 gch.text=cfmt.chordnames.Z 13 gch.text=t.replace(/[A-GZ]/g,function(c){return cfmt.chordnames[c]}) 15 gch.text=gch.text.replace(/Hb/g,'Bb')}}
|
| D | capo-1.js | 5 abc2svg.capo={gch_build:function(of,s){var t,i,gch,gch2,i2,abc=this,p_v=abc.get_curvoice(),a_gch=s.… 8 while(1){gch=a_gch[i++] 9 if(!gch) 11 if(gch.type=='g') 13 gch2=Object.create(gch) 20 gch.capo=true}
|
| D | diag-1.js | 364 var s,i,gch 367 for(i=0;i<s.a_gch.length;i++){gch=s.a_gch[i] 368 if(!gch||gch.type!='g'||gch.capo) 370 this.deco_cnv([ch_cnv(gch.otext)],s,null)}}},output_music:function(of){if(this.cfmt().diag)
|
| D | chord-1.js | 20 function gench(sb,gch){var r,ch,b,m,n,not,a=gch.otext.match(/([A-G])([#♯b♭]?)([^/]*)\/?(.*)/),s={v:… argument 79 for(i=0;i<s.a_gch.length;i++){gch=s.a_gch[i] 80 if(gch.type!='g') 83 gench(s,gch)
|
| D | grid2-1.js | 22 for(ix=0;ix<s.a_gch.length;ix++){gch=s.a_gch[ix] 23 if(gch.type=='g'){c_a_cs=s.a_gch
|
| D | abc2svg-1.js | 3626 function gchord_width(s,wlnote,wlw){var gch,w,ix,arspc=0 3627 for(ix=0;ix<s.a_gch.length;ix++){gch=s.a_gch[ix] 3628 switch(gch.type){case'<':w=gch.text.wh[0]+wlnote 3632 case'>':w=gch.text.wh[0]+s.wr 8386 p_voice={v:v,id:id,time:0,new:true,pos:{dyn:0,gch:0,gst:0,orn:0,stm:0,voc:0,vol:0},scale:1,ulen:glo… 8710 function parse_gchord(type){var c,text,gch,x_abs,y_abs,type,i,j,istart,iend,ann_font=get_font("anno… 8733 gch={text:"",istart:istart,iend:iend,font:ann_font} variable 8738 gch.x=x_abs;gch.y=y_abs-h_ann/2 8742 default:switch(type){case'g':gch.font=get_font("gchord") 8744 case'@':gch.x=x_abs;y_abs-=h_ann;gch.y=y_abs-h_ann/2 [all …]
|
| /plugin/pureldap/classes/ |
| H A D | ADClient.php | 24 protected $gch; variable in dokuwiki\\plugin\\pureldap\\classes\\ADClient 174 $gch = $this->getGroupHierarchyCache(); 176 $groupDNs = array_merge($groupDNs, $gch->getChildren($dn)); 244 if ($this->gch === null) { 246 $this->gch = new GroupHierarchyCache($this->ldap, $this->config['usefscache']); 248 return $this->gch; 334 $gch = $this->getGroupHierarchyCache(); 336 $groupDNs = array_merge($groupDNs, $gch->getParents($dn));
|
| /plugin/abc2/abc-libraries/abc-ui/ |
| D | abc-ui-1.0.0.min.js | 8 …gch:0,gst:0,orn:0,stm:0,voc:0,vol:0},scale:1,ulen:glovar.ulen,dur_fact:1,key:clone(parse.ckey),cke… property
|