Lines Matching refs:match

280 function deco_add(param){var dv=param.match(/(\S*)\s+(.*)/);decos[dv[1]]=dv[2]}
285 a=text.match(/(\d+)\s+(.+?)\s+([0-9.,]+)\s+([0-9.]+)\s+([0-9.]+)/)
468 if(str[0]=='@'){a=str.match(/^@([0-9.-]+),([0-9.-]+);?/);x+=Number(a[1]);y+=Number(a[2]);str=str.replace(a[0],"")}
2774 cfmt[xxxfont]=font;a=p.match(/\s+(no)?box(\s|$)/)
2779 a=p.match(/\s+padding=([\d.]+)(\s|$)/)
2782 a=p.match(/\s+class=(.*?)(\s|$)/)
2784 a=p.match(/\s+wadj=(.*?)(\s|$)/)
2795 a=p.match(/\s+([0-9.]+|\*)$/)
2799 a=p.match(/[- ]?[nN]ormal/)
2802 a=p.match(/[- ]?[bB]old/)
2805 a=p.match(/[- ]?[iI]talic/)
2808 a=p.match(/[- ]?[oO]blique/)
2824 function get_unit(param){var v=param.toLowerCase().match(/([\d.]+)(.*)/)
3171 text=file.slice(bol,eol);a=text.match(/\S+/)
3186 switch(pc.match(/\S+/)[0]){case"score":case"staves":if(!parse.scores)
3227 a=text.match(/([^\s]+)\s*(.*)/)
3266 text=file.slice(bol,eol);a=text.match(/([^\s]+)\s*(.*)/)
3334 a=text.match(/(.*?)[= ]+(.*)/)
4032 function new_type(s){var t=s.bar_type.match(/(:*)([^:]*)(:*)/)
5602 function set_user(parm){var k,c,v,a=parm.match(/(.)[=\s]*(\[I:.+\]|".+"|!.+!)$/)
5901 if(p[i]=='='){val=p.substring(++i).match(/^(\d+)\/(\d+)$/)
5916 function get_nd(p){var n,d,nd=p.match(/(\d+)\/(\d+)/)
5925 if(text[0]=='"'){c=text.match(/"([^"]*)"/)
5967 goto_tune();a=text.match(/^1\/(\d+)(=(\d+)\/(\d+))?$/)
6140 function parse_staves(p){var v,vid,vids={},a_vf=[],err=false,flags=0,brace=0,bracket=0,parenth=0,flags_st=0,e,a=p.match(/[^[\]|{}()*+\s]+|[^\s]/g)
6197 var a=text.match(/[^\s"=]+=?|"[^"]+"/g)
6774 s=s.match(/[^{]+{[^}]+}/g)
7924 cmd=text.match(/(\w|-)+/)
8054 if(parse.scores&&parse.scores.length>0){text=parse.scores.shift();cmd=text.match(/([^\s]+)\s*(.*)/);get_staves(cmd[1],cmd[2])}else{get_staves(cmd,param)}
8544 if(word&&s.pos.voc!=C.SL_HIDDEN){if(word.match(/^\$\d/)){gene.curfont=word[1]=='0'?dfnt:get_font("u"+word[1])
8959 var m,i,fn,nreq_i=this.nreq,ls=file.match(/(^|\n)(%%|I:).+?\b/g)